home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991: Code Warrior / bincue / Code Warrior.bin / Developer Essentials / DTS Sample Code / Snippets / Snippets Aug '91 / ! Aug. '91 Snippets List next >
Encoding:
Text File  |  1991-09-09  |  2.8 KB  |  52 lines  |  [TEXT/ttxt]

  1. Credits for October '91 Snippets:
  2. Mark Baumwell, Rich Collyer, C.K. Haun, Dave "The Rad" Radcliffe, Kent Sandvik, Paul Snively, Scott "Zz" Zimmerman.
  3.  
  4. ===============
  5.  
  6. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  7.  
  8. Double Buffer:  This sample application shows how to play sounds using double buffering.
  9.  
  10. ficycle:  This THINK Pascal™ program lists the files contained in a folder.
  11.  
  12. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  13.  
  14. FreqForEverChange:  This sample application shows how to play a sound and how to alter its frequency.
  15.  
  16. GDevVideo:  This code shows how to get the parameters out of GDevice records.
  17.  
  18. InvertedText:  This sample application gives you cool tricks for printing inverted text.
  19.  
  20. ItemHider:  Two sample applications, in both MPW and Turbo Pascal® versions, show how to hide editText fields in a dialog.
  21.  
  22. KeepMeAround:  This sample code keeps an INIT’s resource file open so that code installed by the INIT can access resources stored in the file.
  23.  
  24. MacApp C++ Load/dump:  This folder contains MacApp MPW scripts. DemoTextDump 1 contains an example of how to write an MAMake file for C++ that uses load/dump.  DemoTextDump 2 is a two-level dump system: a switch makes it possible to either dump everything or exclude a couple of header files when working with them, which saves time.
  25.  
  26. MakeITable:  This sample application shows how to manipulate a GDevice’s inverse table.
  27.  
  28. MultiPlay:  This sample application shows how to play a sound several times in a row.
  29.  
  30. Palette Animation and Palette Animation Gray:  These sample applications show how to animate the entries of a palette.
  31.  
  32. PBAllocate:  This MPW tool shows how to work around a bug in PBAllocate.
  33.  
  34. SampleSndPlay:  This sample application shows how to use SndStartFilePlay.
  35.  
  36. SCSIInquiry:  This MPW tool shows how to make a SCSI inquiry command to an HD80SC.
  37.  
  38. SetPDiMC:  This MPW tool sets the “Printer Driver Is MultiFinder Compatible” flag (see “Learning to Drive” on the Developer Essentials disc).
  39.  
  40. ShowBalloon XFCN:  This XFCN allows you to use Balloon Help in conjunction with HyperCard. The source code and the demo stack will get you going.
  41.  
  42. SubLaunch:  This sample application shows how to launch one application from another.
  43.  
  44. TestGestalt:  These sample applications show how to use Gestalt to get information on system features.
  45.  
  46. VBLThang.p:  InstallPersistentVBL takes a VBLRecord and installs it in such a way in this sample code that the VBL will get time even when the application that installs it is switched out.
  47.  
  48. VertTest:  This sample application shows how to get information from a 'vers' resource (see Technical Note #189).
  49.  
  50. ===============
  51.  
  52.